home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wayzata's Best of Shareware PC/Windows 1
/
Wayzata's Best of Shareware for PC-Windows - Release 1 - Wayzata Technology (1993).iso
/
mac
/
DOS
/
GRAPHICS
/
RAYSH386
/
RAYVM.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-04-30
|
501b
|
18 lines
rem
rem RAYVM - Run RAY using Virtual Memory
rem
rem Get DOS4GW to use Virtual mem.
rem
rem Setp DOS4GVM params. for your system:
rem MAXMEM - Max. RAM to use
rem SWAPNAME - Drive/file for disk mem.
rem VIRTUALSIZE - Max virt. mem to use.
rem - Decrease this value if you don't
rem have enough drive space!
rem
rem Note! Only nine parameters passed to ray.exe!
rem
set DOS4GVM=MAXMEM#8096 SWAPNAME#D:\SWP.SWP VIRTUALSIZE#12000
ray %1 %2 %3 %4 %5 %6 %7 %8 %9
set DOS4GVM=